index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
YAMLParser.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-2
/
+2
*
Change SMRange to be half-open (exclusive end) instead of closed (inclusive)
Jordan Rose
2013-01-07
1
-1
/
+1
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-1
/
+0
*
Allow using MemoryBuffers with yaml::Stream directly.
Sean Silva
2012-11-19
1
-0
/
+4
*
Remove unnecessary classof()'s
Sean Silva
2012-10-11
1
-7
/
+0
*
Add LLVM_OVERRIDE to methods that override their base classes.
Craig Topper
2012-09-23
1
-3
/
+3
*
Convert comments to proper Doxygen comments.
Dmitri Gribenko
2012-06-09
1
-1
/
+1
*
YAMLParser: get rid of global ctors & dtors.
Benjamin Kramer
2012-05-01
1
-11
/
+18
*
Extraneous semicolon.
Eric Christopher
2012-04-20
1
-1
/
+1
*
Adding operator== for document_iterator.
Manuel Klimek
2012-04-17
1
-1
/
+4
*
Fix the build breakage introduced by r154131.
Kaelyn Uhrain
2012-04-05
1
-19
/
+3
*
Really fix -Wnon-virtual-dtor warnings; gcc needs the dtors to be
Kaelyn Uhrain
2012-04-05
1
-7
/
+7
*
Fix -Wnon-virtual-dtor warnings.
Michael J. Spencer
2012-04-04
1
-0
/
+20
*
Move yaml::Stream's dtor out of line so it can see Scanner's dtor.
Benjamin Kramer
2012-04-04
1
-0
/
+1
*
Sorry about that. MSVC seems to accept just about any random string you give ...
Michael J. Spencer
2012-04-03
1
-20
/
+0
*
Add YAML parser to Support.
Michael J. Spencer
2012-04-03
1
-0
/
+564