summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-13
* Add CompilerInstance utility functions for creating output files.Daniel Dunbar2009-11-13
* Add output file list to CompilerInstance, so that it can track them instead ofDaniel Dunbar2009-11-13
* Add CodeCompletion consumer to CompilerInvocation.Daniel Dunbar2009-11-13
* Rework Sema code completion interface.Daniel Dunbar2009-11-13
* Add CompilerInstance::createPCHExternalASTSource.Daniel Dunbar2009-11-13
* Add CompilerInstance::has* methods for testing if the instance has a particularDaniel Dunbar2009-11-13
* Add ASTContext to CompilerInstance.Daniel Dunbar2009-11-13
* Check in a new interface of Checker, which will soon be used.Zhongxing Xu2009-11-13
* GRStateManager::CurrentStmt is not used. Remove it.Zhongxing Xu2009-11-13
* Add CompilerInstance::createDiagnostics, and move clang-cc to it.Daniel Dunbar2009-11-13
* Add Preprocessor to CompilerInstance, and move clang-cc CreatePreprocessor toDaniel Dunbar2009-11-13
* Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated.Daniel Dunbar2009-11-13
* Add {File,Source}Manager to CompilerInstance.Daniel Dunbar2009-11-13
* Add CompilerInstance, and starting moving clang-cc to it.Daniel Dunbar2009-11-13
* Move input kind identification (-x) into FrontendOptions.Daniel Dunbar2009-11-13
* Add clang-cc option "-analyzer-experimental-checks" to enable experimental pa...Ted Kremenek2009-11-13
* Move -target-{triple,abi} options into FrontendOptions.Daniel Dunbar2009-11-13
* Move code completion options to clang-ccDaniel Dunbar2009-11-13
* add a fixme, inheriting from PointerIntPair is gross :)Chris Lattner2009-11-13
* Move FixItAtLocations into FrontendOptionsDaniel Dunbar2009-11-12
* Add FrontendOptions, and starting moving clang-cc to it.Daniel Dunbar2009-11-12
* We need the definition of NamedDecl in DeclContextInternals.h, since Clang is...Douglas Gregor2009-11-12
* Spell empty StringRef correctly (0 is a null StringRef, which is not the same).Daniel Dunbar2009-11-12
* Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.Chandler Carruth2009-11-12
* Give CanQual<T> an implicit conversion to bool, so that it can be usedDouglas Gregor2009-11-12
* Add a CK_BaseToDerived cast kind.Anders Carlsson2009-11-12
* Disallow FIX-ITs when generating code.Daniel Dunbar2009-11-12
* Improve source-location information for implicitly-generated member call expr...Douglas Gregor2009-11-12
* do not store wchar/char16/char32/intmax width/alignment infoChris Lattner2009-11-12
* Move warning options into DiagnosticOptions.Daniel Dunbar2009-11-12
* Move dump-build-information option into DiagnosticOptions.Daniel Dunbar2009-11-12
* Remove obsolete 'struct NullDerefTag'.Ted Kremenek2009-11-12
* Enhance Checker class (and GRExprEngine) to support PostVisitation for CallEx...Ted Kremenek2009-11-12
* Remove GRExprEngine::EvalCall(). It had a single callsite in GRExprEngine, a...Ted Kremenek2009-11-12
* Random const correctness, and incidentally use computeDeclContext when buildingJohn McCall2009-11-12
* Move TokenCache option to PreprocessorOptions.Daniel Dunbar2009-11-12
* Switch PTHManager to using diagnostics for most errors.Daniel Dunbar2009-11-12
* Make StoreManager::getSizeInElements() always return DefinedOrUnknownSVal.Zhongxing Xu2009-11-12
* Improve recovery in a wonky case where one tries to specialize aDouglas Gregor2009-11-12
* Fix Makefile dependency bug with out-of-dir builds.Daniel Dunbar2009-11-12
* Tweak AnalyzerOptions for consistency, and make sure default constructed objectDaniel Dunbar2009-11-12
* Move AnalyzerOptions into CompilerInvocation.Daniel Dunbar2009-11-12
* Add <foo> = [<bar> nextObject] to the -Widiomatic-parentheses category,John McCall2009-11-12
* Tweak PCH -include handling to make sure it matches the name as would be presentDaniel Dunbar2009-11-11
* Template argument deduction for template template parameters. ThisDouglas Gregor2009-11-11
* writable atomic property's setter/getter must be in 'lock' step ofFariborz Jahanian2009-11-11
* Improve diagnostics when a default template argument does not matchDouglas Gregor2009-11-11
* Always initialize the header search object as part of InitializePreprocessor;Daniel Dunbar2009-11-11
* Allow Preprocessor to take ownership of the HeaderSearch object. I think it s...Daniel Dunbar2009-11-11