Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-02Bug 380615 - Assign comments belonging to preprocessor directives to them in ...Lukas Felber2-144/+127
2012-06-27Bug 381032 - NameWriter extended for fully qualified names.Thomas Corbat1-0/+3
2012-06-27More informative exception.Sergey Prigogin1-3/+3
2012-06-27Bug 380498. Fixed few more cases where typedefs were not preserved.Sergey Prigogin12-56/+79
2012-06-27Cosmetics.Sergey Prigogin3-25/+36
2012-06-04Cosmetics.Sergey Prigogin1-12/+8
2012-06-04Bug 375226 - Code not indexed properly when changing activeMarc-Andre Laperle1-1/+2
2012-06-01Cosmetics.Sergey Prigogin2-7/+2
2012-05-31Bug 380498 - typedef is expanded during refactoringSergey Prigogin8-83/+186
2012-05-31Cosmetics.Sergey Prigogin9-116/+58
2012-05-31Code streamlining.Sergey Prigogin1-7/+6
2012-05-25Cosmetics.Sergey Prigogin5-22/+14
2012-05-24bug 379165: [sd90] Reindex using accurate list of affected resourcesAndrew Gvozdev1-5/+34
2012-05-24Bug 379511 - Forward declaration in function parameter ignored byLukas Felber1-3/+8
2012-05-20Bug 370146 - No references in class defined in file containing inactivesprigogin1-0/+5
2012-05-20Cosmeticssprigogin1-7/+8
2012-05-17Bug 363234. Support for thread_local storage class specifier.Sergey Prigogin9-115/+98
2012-05-16Bug 332829. Parsing support for constexpr keyword. Also added fewSergey Prigogin10-73/+75
2012-05-16Cosmetics.Sergey Prigogin6-508/+465
2012-05-14Fixes a few mistakes related to class specializations.Markus Schorn5-13/+10
2012-05-13Bug 379337. Prevent miltiple inclusions with Objective-C #importSergey Prigogin1-14/+26
2012-05-13Cosmetics.Sergey Prigogin1-3/+2
2012-05-12Minor comment adjustment.Sergey Prigogin1-2/+2
2012-05-10Bug 378317 - Index update mode for resolving unresolved includes andSergey Prigogin17-92/+429
2012-05-10Cosmetics.Sergey Prigogin3-8/+5
2012-05-10Use ArrayDeque instead of LinkedList.Sergey Prigogin1-7/+7
2012-05-10Cosmetics.Sergey Prigogin5-40/+27
2012-05-07Bug 378614: Function ptr as K&R parameter.Markus Schorn1-2/+2
2012-05-05Cosmetics.Sergey Prigogin6-129/+105
2012-05-04Fix some compiler warnings, remove unused code.Markus Schorn7-12/+11
2012-05-04Bug 327298: [C++11] Support for nullptrMarkus Schorn13-26/+58
2012-05-03Cosmetics.Sergey Prigogin4-70/+80
2012-05-03Cosmetics.Sergey Prigogin2-11/+8
2012-05-03Obtain timestamp and file size _before_ reading the file contents toSergey Prigogin11-83/+223
2012-05-02Cosmetics.Sergey Prigogin10-44/+39
2012-05-02More flexible PDOMUpdateTask.setTranslationUnitSelection method.Sergey Prigogin1-4/+3
2012-05-02Bug 377838. Moved the logic from CPPScope to CPPNamespaceScope inSergey Prigogin2-40/+51
2012-05-02Cosmetics.Sergey Prigogin2-45/+18
2012-05-01Bug 377992 - Enable the "Index unused headers" preference by default xgsa1-1/+2
2012-04-28toString method.Sergey Prigogin1-4/+26
2012-04-28Added IIndexFile.toDebugString method.Sergey Prigogin1-0/+31
2012-04-28Cosmetics.Sergey Prigogin3-6/+5
2012-04-27Bug 377838 - Name resolution gets confused by a class and a namespaceSergey Prigogin1-0/+3
2012-04-27Cosmetics.Sergey Prigogin2-36/+40
2012-04-26Bug 377457: Name resolution for exception specification.Markus Schorn1-1/+2
2012-04-26Bug 376246: Name resolution in catch handler of function definition.Markus Schorn1-6/+6
2012-04-25Cosmetics.Sergey Prigogin4-18/+17
2012-04-20Minor optimization.Sergey Prigogin1-2/+2
2012-04-20Bug 377223 - Name resolution problem caused by a const qualifier inSergey Prigogin1-0/+4
2012-04-18Bumped up PDOM version to trigger index rebuild. The rebuild is neededSergey Prigogin1-3/+4

Back to the top