summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis2011-09-1923-81/+81
* Const-ify some methods in ASTReader.Argyrios Kyrtzidis2011-09-191-2/+2
* For SourceManager::isBeforeInTranslationUnit, a location pointingArgyrios Kyrtzidis2011-09-191-1/+1
* [PCH] Preload the PreloadSLocEntries through the SourceManager andArgyrios Kyrtzidis2011-09-191-3/+5
* Throw the switch to convert clang to the new exception handling model!Bill Wendling2011-09-193-66/+64
* Changes to the name lookup have caused a regression in the digraph fix-it hint.Richard Trieu2011-09-192-22/+31
* Tighten check to match an ivar with corresponding property by using ObjCImple...Devang Patel2011-09-191-4/+8
* Fix a QoI bug with overloaded operators inside macros.Matt Beaumont-Gay2011-09-191-1/+4
* objc - some refactoring of my last 'self' patch.Fariborz Jahanian2011-09-191-8/+11
* In apple-kext mode, use external linkage for explicit template instantiationsJohn McCall2011-09-191-2/+7
* CurContext cannot be null ever.Fariborz Jahanian2011-09-191-1/+1
* Removed an unused field and its accessors methods.Erik Verbruggen2011-09-192-7/+3
* In constructors, don't generate implicit initializers for members of anonymou...Richard Smith2011-09-191-1/+15
* Remove function which is unused as of r139996. Thanks to David Blaikie for br...Richard Smith2011-09-191-13/+0
* Do not use builtin includes if -fms-compatibility is specified. Some MSVC hea...Francois Pichet2011-09-191-1/+2
* Move the "jump bypasses variable initialization" error -> warning downgrade f...Francois Pichet2011-09-181-1/+1
* In Microsoft mode(-fms-compatibility), prefer an integral conversion to a flo...Francois Pichet2011-09-181-0/+19
* PR10304: Do not call destructors for data members from union destructors. Pri...Richard Smith2011-09-182-2/+7
* PR10954: variant members should not be implicitly initialized in constructors...Richard Smith2011-09-181-11/+5
* Fix PR10531. Attach an initializer to anonymous unions, since the default con...Richard Smith2011-09-181-0/+6
* Let -Warray-bounds handle casted array types without false positives.Nico Weber2011-09-171-1/+1
* objc - Treat type of 'self' in class methods as root ofFariborz Jahanian2011-09-172-8/+29
* objc: Don't crash with decl context for property impl.Fariborz Jahanian2011-09-171-1/+1
* Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...Francois Pichet2011-09-1733-81/+82
* When we load header file information from the external source (i.e.,Douglas Gregor2011-09-171-8/+28
* As per discussion with Doug Gregor on the IRC channel, introduce a new compil...Francois Pichet2011-09-172-0/+6
* Pass -fmodule-cache-path along to -cc1 properlyDouglas Gregor2011-09-171-1/+0
* With modules, we can end up loading a new module after we've seen anDouglas Gregor2011-09-171-7/+69
* In Microsoft mode, warn if an indirect goto jump over a variable initialization.Francois Pichet2011-09-161-2/+3
* Fix massive LiveVariables regression (due to LiveVariables rewrite) by addres...Ted Kremenek2011-09-161-62/+222
* Fix search paths for Ubuntu 11.04 x86. Patch by Stepan Dyatkovskiy.Eli Friedman2011-09-161-0/+11
* [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...Anna Zaks2011-09-163-48/+87
* Moves calls of checkArithmeticNull() from CreateBuiltinBinOp() into the indiv...Richard Trieu2011-09-161-49/+53
* Thread safety: Adding FIXMEs and a couple cleanupsCaitlin Sadowski2011-09-162-30/+13
* Tweak the module auto-import heuristics a bitDouglas Gregor2011-09-161-1/+2
* Remove no longer needed LHSType and RHSType from checkArithmeticNull()Richard Trieu2011-09-151-3/+1
* Change checkArithmeticNull() to use a NonNullType, instead of checking both theRichard Trieu2011-09-151-14/+6
* Tweak *mmintrin.h so that they don't make any bad assumptions about alignment...Eli Friedman2011-09-153-30/+75
* Add an experimental flag -fauto-module-import that automatically turnsDouglas Gregor2011-09-159-17/+67
* Finish the lex->LHS and rex->RHS cleanup in Sema.Richard Trieu2011-09-152-49/+47
* Comment what's going on when we compile a moduleDouglas Gregor2011-09-151-0/+8
* reverse patch in r139818 to focus on 'self'Fariborz Jahanian2011-09-151-30/+1
* Detect cyclic module dependencies in a manner that is rather moreDouglas Gregor2011-09-151-0/+23
* [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...Anna Zaks2011-09-151-1/+1
* Eliminate the list of modules from the preprocessor options. This wasDouglas Gregor2011-09-151-24/+0
* Eliminate the unused -create-module cc1-level optionDouglas Gregor2011-09-152-4/+0
* Refactor the load of the exception pointer and the exception selector from theirBill Wendling2011-09-153-14/+24
* [analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...Anna Zaks2011-09-153-39/+34
* When we load the first module, make sure that we wire up the ASTConsumer to t...Douglas Gregor2011-09-152-0/+3
* Objective-c: Conversion from type Class to any root class type is allowed Fariborz Jahanian2011-09-151-2/+30
OpenPOWER on IntegriCloud