2011-09-23 |
Francois Pichet | Fix wrong comment about reentering template scope for... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
David Blaikie | More missing header inclusions from llvm_unreachable... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
David Blaikie | Fix missing includes for llvm_unreachable |
commit | commitdiff | tree | snapshot |
2011-09-23 |
David Blaikie | Switch assert(0/false) llvm_unreachable. |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Benjamin Kramer | Reenable -cxx-isystem for Objective C++, until I come... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
NAKAMURA Takumi | unittests/Basic/FileManagerTest.cpp: Suppress warnings... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
NAKAMURA Takumi | CMake: Define ${LLVM_TABLEGEN_EXE} with explicit $... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Douglas Gregor | Don't finalize checking of base and member initializers... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Francois Pichet | [microsoft] Fix a bug in -fdelayed-template-parsing... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Benjamin Kramer | Don't test unix path seperators, that will fail on... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Benjamin Kramer | See if going through env pacifies the windows buildbots. |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Benjamin Kramer | Add support for CPATH and friends. |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Argyrios Kyrtzidis | Do manual binary search for preprocessing entities... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Bill Wendling | Don't remove filters. |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Douglas Gregor | Only trigger the initialize-an-array-via-elementwise... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Argyrios Kyrtzidis | Don't use TemplateArgumentListInfo inside AST nodes... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Argyrios Kyrtzidis | Rename ExplicitTemplateArgumentList -> ASTTemplateArgum... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Ted Kremenek | Place diagnostic warn_ivar_use_hidden under the flag... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Anna Zaks | ST->scanReachableSymbols() is creating a SubRegionMap... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Justin Holewinski | PTX: Clean up target options code |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Douglas Gregor | Fix the ASTImporter's lookup for anonymous structs... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Douglas Gregor | Don't allow template argument deduction to deduce a... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Douglas Gregor | Explicitly-defaulted copy/move constructors are not... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Tobias Grosser | In OpenCL, conversions between different vector types... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
David Blaikie | ArrayRef-ifying the fields passed to Sema::ActOnFields |
commit | commitdiff | tree | snapshot |
2011-09-22 |
David Blaikie | ArrayRef-ifying the UnexpandedParameterPacks passed... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
David Blaikie | ArrayRef-ifying MacroArgs::create's arguments argument. |
commit | commitdiff | tree | snapshot |
2011-09-22 |
David Blaikie | Simplify the last character check. |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Tobias Grosser | In the OpenCL mode, the AltiVec mode must be off and... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
David Blaikie | ArrayRef-ifying Function/BlockDecl's setParams |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Benjamin Kramer | More MSVC9 unbreaking. |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Douglas Gregor | Diagnose attempts to write a templated data member... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
John McCall | Enforce access control for conversion operators used... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
John McCall | I had meant to locally revert this test. |
commit | commitdiff | tree | snapshot |
2011-09-21 |
John McCall | ANSI C requires that a call to an unprototyped function... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Francois Pichet | [microsoft] Move missing typename warning from -fms... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Benjamin Kramer | Fix MSVC9 build by providing a full comparator object... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Richard Trieu | Change: |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Richard Trieu | Change "ivar" to true for a boolean function argument... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Akira Hatanaka | Add case labels for Mips64 architectures. |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Anna Zaks | [analyzer] Fix a bug where PathDiagnosticLocation did... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Argyrios Kyrtzidis | [ARC] Allow forming 'id*' in an unevaluated context... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Argyrios Kyrtzidis | [PCH] Don't store the source range for each preprocesse... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Argyrios Kyrtzidis | [PCH] Merge ASTReader::LoadPreprocessedEntity with... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Argyrios Kyrtzidis | [libclang] When pointing at a macro expansion inside... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Anna Zaks | [analyzer] Refactor PathDiagnosticLocation: Remove... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Anna Zaks | [analyzer] Refactor PathDiagnosticLocation: Add comment... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Anna Zaks | [analyzer] Remove dead code. (This code is trying to... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Argyrios Kyrtzidis | In SourceManager::translateLineCol, handle the case... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Argyrios Kyrtzidis | Remove PreprocessingDirectiveKind since it's not necessary. |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Argyrios Kyrtzidis | The location of the name in MacroDefinition is the... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Francois Pichet | Move Microsoft access specifier bug emulation from... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Bob Wilson | For i386 kext fallback to llvm-gcc, search paths for... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Anna Zaks | [analyzer] Refactor PathDiagnosticLocation: Make PathDi... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Anna Zaks | [analyzer] Refactor PathDiagnosticLocation: Use the... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Chad Rosier | [driver] Default to arm mode when using the integrated... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Richard Trieu | Fix a problem in digraph handling where "[:" might... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Akira Hatanaka | Define Mips64 TargetInfo classes. |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Ted Kremenek | Sort exports list. |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Akira Hatanaka | Clean up TargetInfo class hierarchy. Define a base... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Akira Hatanaka | Create a MipsTargetCodeGenInfo object for mips64/mips64... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Anna Zaks | [analyzer] Refactor PathDiagnosticLocation: Use Pointer... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Akira Hatanaka | Add a parameter to MipsTargetCodeGenInfo's constructor. |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Douglas Gregor | Introduce an egregious hack for modules to cope with... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Eric Christopher | Remove __WCHAR_UNSIGNED__ and anything that used it. |
commit | commitdiff | tree | snapshot |
2011-09-20 |
DeLesley Hutchins | Test commit |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Anna Zaks | [analyzer] Refactor PathDiagnosticLocation: Lazily... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Anna Zaks | [analyzer] Remove LocationContext and a dependency... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Ivan Krasin | Clarify PNaCl target characteristics: set LongDoubleWid... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Peter Collingbourne | Remove redundant break statements, and replace asserts... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
John McCall | Fix a crash-on-invalid with bad CV-qualification on... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Chandler Carruth | Fix a pretty nasty bug in noreturn destructors that... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Anna Zaks | [analyzer] Refactor PathDiagnosticLocation: Pre-compute... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Anna Zaks | [analyzer] Use more create methods in the PathDiagnosti... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Bill Wendling | Don't assume that the clause is a GlobalVariable. It... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Anna Zaks | [analyzer] BugReport has a profile method, so reuse... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Anna Zaks | [analyzer] Add a convinience method. |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Anna Zaks | [analyzer] Constify a method. |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Eli Friedman | Add list initialization for complex numbers in C. ... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Bill Wendling | The eh.selector intrinsic isn't used anymore. Replace... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Argyrios Kyrtzidis | Fix gcc build. |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Peter Collingbourne | OpenCL: introduce support for function scope __local... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Argyrios Kyrtzidis | [PCH] The range map for SLoc offsets is a reversed... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Argyrios Kyrtzidis | In libclang, when visiting preprocessed entities in... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Argyrios Kyrtzidis | Introduce local_begin()/local_end() methods in Preproce... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Argyrios Kyrtzidis | In CodeGenAction::ExecuteAction() use SourceManager... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Argyrios Kyrtzidis | [libclang] When getting a source location from a file... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Argyrios Kyrtzidis | Break SourceManager::translateFileLineCol into translat... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Argyrios Kyrtzidis | Introduce PreprocessingRecord::getPreprocessedEntitiesI... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Argyrios Kyrtzidis | Rename SourceLocation::getFileLocWithOffset -> getLocWi... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Argyrios Kyrtzidis | Make ASTReader/ASTWriter friends of SourceLocation... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Argyrios Kyrtzidis | Introduce isLoadedSourceLocation() and isLocalSourceLoc... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Argyrios Kyrtzidis | Const-ify some methods in ASTReader. |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Argyrios Kyrtzidis | For SourceManager::isBeforeInTranslationUnit, a locatio... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Argyrios Kyrtzidis | [PCH] Preload the PreloadSLocEntries through the Source... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Argyrios Kyrtzidis | For SourceManager::isBeforeInTranslationUnit, when... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Bill Wendling | Throw the switch to convert clang to the new exception... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Richard Trieu | Changes to the name lookup have caused a regression... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Devang Patel | Tighten check to match an ivar with corresponding prope... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Matt Beaumont-Gay | Fix a QoI bug with overloaded operators inside macros. |
commit | commitdiff | tree | snapshot |
next |