summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Objective-C. Diagnose use of properties in functions nested in, Fariborz Jahanian2014-05-281-0/+3
* Objective-C. Deprecate use of function definitionsFariborz Jahanian2014-05-282-0/+5
* Consolidate some note diagnosticsAlp Toker2014-05-281-15/+6
* Fix line endings.Nikola Smiljanic2014-05-281-3/+3
* [OPENMP] Additional checking for local vars in initial values for threadpriva...Alexey Bataev2014-05-281-0/+2
* Move the logic for testing for namespace std into one location. This check canRichard Trieu2014-05-281-0/+4
* Add range accessors for captures of a LambdaExpr.James Dennett2014-05-271-0/+12
* ASTMatchers.h: Appease msc17.NAKAMURA Takumi2014-05-271-2/+2
* Parsing/Sema for OMPCollapseClause.Alexander Musman2014-05-275-1/+76
* Make equalsNode work with pointers to subtypes.Manuel Klimek2014-05-272-4/+18
* Adds child traversal matchers for IfStmt's then and else branches.Manuel Klimek2014-05-271-0/+24
* Allow hasBody on CXXForRangeStmt nodes and update the docs.Manuel Klimek2014-05-271-3/+5
* Sema: Add dll attribute tests for member functionsNico Rieck2014-05-251-1/+1
* Fix some misplaced spaces around 'override'Hans Wennborg2014-05-241-1/+1
* AArch64/ARM64: rename ARM64 components to AArch64Tim Northover2014-05-243-6/+6
* AArch64/ARM64: update Clang after AArch64 removal.Tim Northover2014-05-243-31/+0
* Emit used/dllexport inline method definitions in nested classes (PR19743, PR1...Hans Wennborg2014-05-233-0/+7
* Don't suppress warning about dllimport on typedefs etc. in MicrosoftExt modeHans Wennborg2014-05-231-2/+1
* Stopgap fix for finding module for a file mapped in the VFSBen Langmuir2014-05-232-0/+7
* Add the hasRangeInit() matcher for range-based for loop.Manuel Klimek2014-05-231-0/+14
* Make the ParentVector default to size 2.Manuel Klimek2014-05-231-1/+1
* [MS-ABI] Implements MS-compatible RTTIWarren Hunt2014-05-231-1/+1
* Implemented support for "pragma clang optimize on/off", based on attribute 'o...Dario Domizioli2014-05-236-1/+41
* Clean DiagRanges. Fix a possible problem introduced in r209468.Alexander Kornienko2014-05-231-0/+1
* Avoid allocating extra memory to handle the lazy definition data pointer forRichard Smith2014-05-221-8/+29
* Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine.Alexander Kornienko2014-05-222-58/+23
* Improved location for non-constant initializers diagnostics.Abramo Bagnara2014-05-221-1/+4
* clang-format: Introduce DisableFormat that prevents formatting.Daniel Jasper2014-05-221-0/+6
* Add hasSameType overload to ASTContext for Type pointers. Switch a typeRichard Trieu2014-05-221-0/+4
* VirtualFileSystem: Fix a few directory traversal bugs in VFSWriterJustin Bogner2014-05-211-16/+8
* Provide an aka for the C++ operator name macro diagnosticAlp Toker2014-05-211-1/+1
* Remove outdated diagnostic.Benjamin Kramer2014-05-211-2/+0
* Move virtual methods out of line.Rafael Espindola2014-05-211-21/+18
* Make the parent-map use significantly less memory.Manuel Klimek2014-05-211-1/+4
* Preprocessor: support defined() with operator names for MS compatibilityAlp Toker2014-05-212-3/+3
* SourceManager: Use setMainFileID() consistentlyAlp Toker2014-05-211-20/+0
* RAV reunification: merge Lambda body visitation to DRAVAlp Toker2014-05-201-5/+23
* RAV reunification: merge DISPATCH_STMT() macro back to standard RAVAlp Toker2014-05-202-4/+10
* RAV reunification: merge r190728Alp Toker2014-05-201-1/+1
* VirtualFileSystem: Add YAMLVFSWriter to generate VFS mapping filesJustin Bogner2014-05-201-0/+30
* Add a check for tautological bitwise comparisons to -Wtautological-compare.Jordan Rose2014-05-202-0/+5
* Make the wording for the flatten docs a little clearer.Peter Collingbourne2014-05-201-2/+3
* Implement the flatten attribute.Peter Collingbourne2014-05-202-0/+14
* Clean up language and grammar.Eric Christopher2014-05-201-1/+1
* None of these attributes require FunctionTemplate to be explicitly listed as ...Aaron Ballman2014-05-201-15/+15
* ARCMT/GC-check-warn-nsalloc.m: don't provide a diag groupAlp Toker2014-05-191-1/+1
* Get ARCMT/GC-check-warn-nsalloc.m workingAlp Toker2014-05-191-1/+1
* [module] Remove a header that isn't used and doesn't compile.Richard Smith2014-05-191-342/+0
* Implement the no_split_stack attribute.Peter Collingbourne2014-05-192-0/+15
* If two sibling modules declare the same entity, and we indirectly pull aRichard Smith2014-05-194-8/+24