2009-04-18 |
Douglas Gregor | Don't emit name-lookup tables for functions or methods... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Douglas Gregor | Fix test to output LLVM to a temporary file, which... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | rewrite the goto scope checking code to be more efficie... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | add accessor. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Daniel Dunbar | Use getAsPointerType instead of using getCanonicalType... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Daniel Dunbar | Fix a bug found by inspection, class/meta references... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | add another testcase |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | don't evaluate ->child_end() every time through the... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | split code out into a new CheckFunctionJumpScopes routine, |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | make scope checking be static functions instead of... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | fix incorrect lowering of __builtin_ia32_shufpd, rdar... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | rename file. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | don't dump .ll file in this dir. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | __builtin_prefetch should be declared as "void __builti... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | fix PR3927 by being more careful about the pp test... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | second half of PR3940: #line requires simple digit... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Douglas Gregor | Store the type ID for __builtin_va_list in the PCH... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | this is really just a recommendation, not a requirement. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | enforce requirements imposed by C90 6.8 TC1, fixing... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | Fix PR3938 by taking into account C99 6.10p4. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | convert test to -verify style. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Chris Lattner | Substantially restructure function-like macro argument... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Douglas Gregor | Preliminary PCH support in the driver |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Douglas Gregor | Lazy deserialization of function bodies for PCH files... |
commit | commitdiff | tree | snapshot |
2009-04-18 |
Douglas Gregor | FunctionDecl::getBody() is getting an ASTContext argume... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | remove dead diagnostic. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | Fix two problems from PR3916, and one problem I noticed... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | implement PR3940: #line numbers not fully checked |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | #line is allowed to have macros that expand to nothing... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Douglas Gregor | Keep track of the number of statements/expressions... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | fix a crash compiling code with its own definition... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | tweak redefinition of a typedef a bit to fix a couple... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Douglas Gregor | Fix two embarrassing PCH bugs: |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Devang Patel | Use PresumedLoc to record line number in debug info... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Daniel Dunbar | Don't put msgrefs in used globals (in particular, we... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Devang Patel | Appropriately set file name and directory name in debug... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | implement a new clang-cc option -dump-build-information... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Douglas Gregor | PCH support for inline assembly statements. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | refactor htmldiags to be created up front like the... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | add a virtual method to DiagnosticClient to get rid... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Douglas Gregor | PCH tests for va_arg expressions. Verified that the... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | fix a crash on invalid by making ActOnDeclarator create... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Douglas Gregor | PCH support for blocks |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | wire up comment diagnostics to -Wcomment, add it to... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Douglas Gregor | PCH support for GNU statement expressions |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Douglas Gregor | PCH support for indirect gotos and address-of-label... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | adjust for the new -Wvector-conversions option |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | move a vector conversion warning to be diabled by defau... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Douglas Gregor | PCH support for labels and goto. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Steve Naroff | Update Xcode project with some PCH related headers. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | fix misspelt attribute. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | Fix rdar://6800926 - crash compiling non-fragile _Bool... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | tidy some code. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | clean up run lines. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Chris Lattner | add basic support for building DiagnosticGroups.inc... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Douglas Gregor | PCH support for declaration statements, and a test... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Douglas Gregor | PCH support for return statements. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Sebastian Redl | Implement lvalue test for conditional expressions. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Fariborz Jahanian | Added -print-ivar-layout option. No change in functionality |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Anders Carlsson | Add support for the __has_trivial_destructor type trait. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Anders Carlsson | Add support for generating (very basic) C++ destructors... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Daniel Dunbar | Support QA_OVERRIDE_GCC3_OPTIONS |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Daniel Dunbar | Attributes on block functions were not being set. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Douglas Gregor | PCH support for do-while and for loops |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Douglas Gregor | PCH support for while and continue statements |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Mike Stump | Fixup semantic analysis for nested blocks, and allow... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Anders Carlsson | Implement basic code generation of constructor calls... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Douglas Gregor | PCH support for the first batch of statements, includin... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Anders Carlsson | Add GetAddrOfCXXConstructor and use it. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Anders Carlsson | Add constructor getter to CXXTemporaryObjectExpr. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Anders Carlsson | If a class has a non-trivial constructor that doesn... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | -Wall is -Wmost -Wparentheses |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Daniel Dunbar | Driver: Allow using clang as a precompiler, even if... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Douglas Gregor | Clean up the declaration-decoding step in the PCH reade... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Douglas Gregor | Prepare PCH reader and writer for (de-)serialization... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Fariborz Jahanian | Removed a no longer needed FIXME comment. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Steve Naroff | Fix <rdar://problem/6765383> clang-6: clang does not... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Fariborz Jahanian | Category method synbols must be qualified by gategory... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Sebastian Redl | Fix a crash bug when comparing overload quality of... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Eli Friedman | Attempt to fix a read-after-free running test/Sema... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Eli Friedman | Force target triple for test depending on __weak. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Anders Carlsson | When we create an implicit CXXTemporaryObjectExpr we... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Daniel Dunbar | Ensure that the most recent declaration of a tentative... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Daniel Dunbar | Pass -fdiagnostics-show-option to clang-cc by default. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | other half of 69274 |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | split diagnostic group definitions out into their own... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | optimize and comment GetDiagInfo. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | merge several scattered tables into StaticDiagInfo. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | Implement Diagnostic::getWarningOptionForDiag with... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | tblgen is now passing diagnostic group information... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | implement framework for -fdiagnostics-show-option,... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Anders Carlsson | Disable the code I added before until I understand... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | move handling of -pedantic and -pedantic-errors into... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | arrange for -Wno-error=foo warnings to be immune to... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | change mappings to distinguish between "unset", "set... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Daniel Dunbar | Driver: Remove the majority of -W* options, the driver... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | use getDiagnosticLevel instead of getDiagnosticMapping... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Daniel Dunbar | Driver: Forward -W* to clang, it can handle all these... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | switch DiagMappings *back* to 4 bits per diag. |
commit | commitdiff | tree | snapshot |
next |