index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Objective-C. Diagnose use of properties in functions nested in,
Fariborz Jahanian
2014-05-28
1
-0
/
+3
*
Objective-C. Deprecate use of function definitions
Fariborz Jahanian
2014-05-28
2
-0
/
+5
*
Consolidate some note diagnostics
Alp Toker
2014-05-28
1
-15
/
+6
*
Fix line endings.
Nikola Smiljanic
2014-05-28
1
-3
/
+3
*
[OPENMP] Additional checking for local vars in initial values for threadpriva...
Alexey Bataev
2014-05-28
1
-0
/
+2
*
Move the logic for testing for namespace std into one location. This check can
Richard Trieu
2014-05-28
1
-0
/
+4
*
Add range accessors for captures of a LambdaExpr.
James Dennett
2014-05-27
1
-0
/
+12
*
ASTMatchers.h: Appease msc17.
NAKAMURA Takumi
2014-05-27
1
-2
/
+2
*
Parsing/Sema for OMPCollapseClause.
Alexander Musman
2014-05-27
5
-1
/
+76
*
Make equalsNode work with pointers to subtypes.
Manuel Klimek
2014-05-27
2
-4
/
+18
*
Adds child traversal matchers for IfStmt's then and else branches.
Manuel Klimek
2014-05-27
1
-0
/
+24
*
Allow hasBody on CXXForRangeStmt nodes and update the docs.
Manuel Klimek
2014-05-27
1
-3
/
+5
*
Sema: Add dll attribute tests for member functions
Nico Rieck
2014-05-25
1
-1
/
+1
*
Fix some misplaced spaces around 'override'
Hans Wennborg
2014-05-24
1
-1
/
+1
*
AArch64/ARM64: rename ARM64 components to AArch64
Tim Northover
2014-05-24
3
-6
/
+6
*
AArch64/ARM64: update Clang after AArch64 removal.
Tim Northover
2014-05-24
3
-31
/
+0
*
Emit used/dllexport inline method definitions in nested classes (PR19743, PR1...
Hans Wennborg
2014-05-23
3
-0
/
+7
*
Don't suppress warning about dllimport on typedefs etc. in MicrosoftExt mode
Hans Wennborg
2014-05-23
1
-2
/
+1
*
Stopgap fix for finding module for a file mapped in the VFS
Ben Langmuir
2014-05-23
2
-0
/
+7
*
Add the hasRangeInit() matcher for range-based for loop.
Manuel Klimek
2014-05-23
1
-0
/
+14
*
Make the ParentVector default to size 2.
Manuel Klimek
2014-05-23
1
-1
/
+1
*
[MS-ABI] Implements MS-compatible RTTI
Warren Hunt
2014-05-23
1
-1
/
+1
*
Implemented support for "pragma clang optimize on/off", based on attribute 'o...
Dario Domizioli
2014-05-23
6
-1
/
+41
*
Clean DiagRanges. Fix a possible problem introduced in r209468.
Alexander Kornienko
2014-05-23
1
-0
/
+1
*
Avoid allocating extra memory to handle the lazy definition data pointer for
Richard Smith
2014-05-22
1
-8
/
+29
*
Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine.
Alexander Kornienko
2014-05-22
2
-58
/
+23
*
Improved location for non-constant initializers diagnostics.
Abramo Bagnara
2014-05-22
1
-1
/
+4
*
clang-format: Introduce DisableFormat that prevents formatting.
Daniel Jasper
2014-05-22
1
-0
/
+6
*
Add hasSameType overload to ASTContext for Type pointers. Switch a type
Richard Trieu
2014-05-22
1
-0
/
+4
*
VirtualFileSystem: Fix a few directory traversal bugs in VFSWriter
Justin Bogner
2014-05-21
1
-16
/
+8
*
Provide an aka for the C++ operator name macro diagnostic
Alp Toker
2014-05-21
1
-1
/
+1
*
Remove outdated diagnostic.
Benjamin Kramer
2014-05-21
1
-2
/
+0
*
Move virtual methods out of line.
Rafael Espindola
2014-05-21
1
-21
/
+18
*
Make the parent-map use significantly less memory.
Manuel Klimek
2014-05-21
1
-1
/
+4
*
Preprocessor: support defined() with operator names for MS compatibility
Alp Toker
2014-05-21
2
-3
/
+3
*
SourceManager: Use setMainFileID() consistently
Alp Toker
2014-05-21
1
-20
/
+0
*
RAV reunification: merge Lambda body visitation to DRAV
Alp Toker
2014-05-20
1
-5
/
+23
*
RAV reunification: merge DISPATCH_STMT() macro back to standard RAV
Alp Toker
2014-05-20
2
-4
/
+10
*
RAV reunification: merge r190728
Alp Toker
2014-05-20
1
-1
/
+1
*
VirtualFileSystem: Add YAMLVFSWriter to generate VFS mapping files
Justin Bogner
2014-05-20
1
-0
/
+30
*
Add a check for tautological bitwise comparisons to -Wtautological-compare.
Jordan Rose
2014-05-20
2
-0
/
+5
*
Make the wording for the flatten docs a little clearer.
Peter Collingbourne
2014-05-20
1
-2
/
+3
*
Implement the flatten attribute.
Peter Collingbourne
2014-05-20
2
-0
/
+14
*
Clean up language and grammar.
Eric Christopher
2014-05-20
1
-1
/
+1
*
None of these attributes require FunctionTemplate to be explicitly listed as ...
Aaron Ballman
2014-05-20
1
-15
/
+15
*
ARCMT/GC-check-warn-nsalloc.m: don't provide a diag group
Alp Toker
2014-05-19
1
-1
/
+1
*
Get ARCMT/GC-check-warn-nsalloc.m working
Alp Toker
2014-05-19
1
-1
/
+1
*
[module] Remove a header that isn't used and doesn't compile.
Richard Smith
2014-05-19
1
-342
/
+0
*
Implement the no_split_stack attribute.
Peter Collingbourne
2014-05-19
2
-0
/
+15
*
If two sibling modules declare the same entity, and we indirectly pull a
Richard Smith
2014-05-19
4
-8
/
+24
[next]