summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie2011-09-259-43/+43
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-2548-203/+208
* Inline this method now that its completely trivial, and prepare forChandler Carruth2011-09-251-6/+0
* Actually remove the members of CaretDiagnostic no longer in use forChandler Carruth2011-09-251-1/+1
* Sink the logic for suppressing some macro expansion notes from theChandler Carruth2011-09-251-2/+1
* Add a special note for overload resolution when an initializer list argumentSebastian Redl2011-09-241-0/+10
* Correctly parse braced member initializers (even in delayed parsing) and corr...Sebastian Redl2011-09-243-10/+97
* Give InitListChecker a verification-only mode, where it neither emits diagnos...Sebastian Redl2011-09-243-7/+12
* In Initialization, add step kind SK_ListConstructorCall (list-initializationSebastian Redl2011-09-241-4/+10
* Inline Sema::CheckInitList into its only user.Sebastian Redl2011-09-241-2/+0
* Fix typos and non-doxygen-ness in a few comments.Sebastian Redl2011-09-241-8/+8
* objc - redeclaration of property in extension classFariborz Jahanian2011-09-241-0/+3
* Add DiagGroups to a couple of warnings.Matt Beaumont-Gay2011-09-232-5/+10
* Driver: Add a --working-directory option which can be used to cause the compilerDaniel Dunbar2011-09-231-0/+2
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-232-2/+0
* Add a new warning to -Wliteral-conversion to catch cases where a string literalRichard Trieu2011-09-231-0/+3
* Fix missing includes for llvm_unreachableDavid Blaikie2011-09-232-0/+2
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-2312-16/+16
* Add support for CPATH and friends.Benjamin Kramer2011-09-222-12/+11
* Don't use TemplateArgumentListInfo inside AST nodes because it may leak.Argyrios Kyrtzidis2011-09-225-49/+55
* Rename ExplicitTemplateArgumentList -> ASTTemplateArgumentListInfo, no functi...Argyrios Kyrtzidis2011-09-222-35/+37
* Place diagnostic warn_ivar_use_hidden under the flag -Wshadow-ivar.Ted Kremenek2011-09-221-1/+2
* ST->scanReachableSymbols() is creating a SubRegionMap (SRM) on every call sin...Anna Zaks2011-09-221-4/+39
* ArrayRef-ifying the fields passed to Sema::ActOnFieldsDavid Blaikie2011-09-221-1/+1
* ArrayRef-ifying the UnexpandedParameterPacks passed to Sema::CheckParameterPa...David Blaikie2011-09-221-2/+2
* ArrayRef-ifying Function/BlockDecl's setParamsDavid Blaikie2011-09-211-4/+5
* Diagnose attempts to write a templated data member, from StepanDouglas Gregor2011-09-211-0/+3
* Enforce access control for conversion operators used in contextualJohn McCall2011-09-211-1/+1
* [analyzer] Fix a bug where PathDiagnosticLocation did not generate a valid ra...Anna Zaks2011-09-211-9/+20
* [PCH] Merge ASTReader::LoadPreprocessedEntity with ReadPreprocessedEntityArgyrios Kyrtzidis2011-09-201-4/+0
* [analyzer] Refactor PathDiagnosticLocation: Remove SourceRange member from Pa...Anna Zaks2011-09-201-8/+10
* [analyzer] Refactor PathDiagnosticLocation: Add comments. Remove the last con...Anna Zaks2011-09-201-6/+5
* [analyzer] Remove dead code. (This code is trying to implement the idea that ...Anna Zaks2011-09-201-3/+1
* Remove PreprocessingDirectiveKind since it's not necessary.Argyrios Kyrtzidis2011-09-201-6/+5
* The location of the name in MacroDefinition is the beginning of its range,Argyrios Kyrtzidis2011-09-201-8/+3
* [analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...Anna Zaks2011-09-202-21/+35
* [driver] Default to arm mode when using the integrated assembler.Chad Rosier2011-09-201-2/+4
* [analyzer] Refactor PathDiagnosticLocation: Use PointerUnion of LocationConte...Anna Zaks2011-09-201-5/+12
* [analyzer] Refactor PathDiagnosticLocation: Lazily query LocationContext for ...Anna Zaks2011-09-201-3/+6
* [analyzer] Remove LocationContext and a dependency from PathDiagnosticLoaction.Anna Zaks2011-09-201-7/+5
* Fix a crash-on-invalid with bad CV-qualification on 'this' in theJohn McCall2011-09-201-2/+5
* [analyzer] Refactor PathDiagnosticLocation: Pre-compute Range and Location wi...Anna Zaks2011-09-201-9/+30
* [analyzer] Use more create methods in the PathDiagnostic, cleanup.Anna Zaks2011-09-201-11/+6
* [analyzer] BugReport has a profile method, so reuse it here.Anna Zaks2011-09-191-5/+5
* [analyzer] Add a convinience method.Anna Zaks2011-09-191-0/+5
* [analyzer] Constify a method.Anna Zaks2011-09-191-1/+1
* Add list initialization for complex numbers in C. Essentially, this allows "...Eli Friedman2011-09-192-4/+12
* OpenCL: introduce support for function scope __local variablesPeter Collingbourne2011-09-193-1/+4
* [PCH] The range map for SLoc offsets is a reversed one, not negated.Argyrios Kyrtzidis2011-09-191-3/+3
* In libclang, when visiting preprocessed entities in a source range, useArgyrios Kyrtzidis2011-09-195-106/+0